type go.pact.im/x/task.executor

4 uses

	go.pact.im/x/task (current package)
		executor.go#L8: 	sequentialExecutor = executor{Sequential}
		executor.go#L9: 	parallelExecutor   = executor{Parallel}
		executor.go#L19: type executor struct {
		executor.go#L34: func (e *executor) Execute(ctx context.Context, cond CancelCondition, tasks ...Task) error {